home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_632 / printfiles / source / source.readme < prev    next >
Text File  |  1992-05-06  |  859b  |  24 lines

  1. Source Readme to Printfiles V0.9d/e March 18,1992
  2.  
  3. Compile with SAS/C 5.10b
  4.  
  5. To create an english executable include the file 'prf.english.h' into prf.h.
  6. 'touch' all #?.c files and recompile.
  7. to create a german executable include 'prf.deutsch.h' and recompile
  8. all files.
  9.  
  10. If you want to create other languages simply translate all strings in the
  11. prf.<language>.h file, include it into prf.h and recompile.
  12.  
  13. Note: The Widths,heights and positions  of the Windows and Gadgets are
  14. fixed in the sourcecode. If you edit the prf.<language>.h file, be sure that
  15. the new texts will fit the existing gadgets.
  16.  
  17. You will have to make some assigns first when using my makefile prf.lmk:
  18.  
  19. -assign SRC: to the directory which contains the source
  20. -assign OBJ: to the directory to place the object modules in
  21. and EXE: to the directory for the executable.
  22. (don't forget LIB:)
  23.  
  24.